Name | Returns | Notes | Example |
---|---|---|---|
attributes | Map | ||
first | Object | ||
last | Object | ||
random | Object | Get any single item at random | |
reverse | CommonList | Reverse the order of elements in the list | |
randomSort | CommonList | Returns a new list where all articles are sorted randomly. |
Name | Returns | Notes | Example |
---|---|---|---|
after ( n ) | CommonList | ||
truncate ( maxSize ) | CommonList |